builder: Avoid allocating things we don't use
authorTimm Bäder <mail@baedert.org>
Thu, 11 Jun 2020 13:07:21 +0000 (15:07 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 19 Jun 2020 03:26:25 +0000 (05:26 +0200)
commit7c9f2949ceda6efb44f5ef702b1bde088f1197b1
treea9c1009e40dc22e6b3705b1f953b71eb05ca868c
parent0b13e68bcaee182d09a8fe5f24e238c3461f1cfe
builder: Avoid allocating things we don't use

We pretty often have no parameters at all, so avoid allocating
ObjectProperties+GArray+GPtrArray in that case.
gtk/gtkbuilder.c